home *** CD-ROM | disk | FTP | other *** search
- object frmFind: TfrmFind
- Left = 310
- Top = 202
- HelpContext = 1350
- ActiveControl = Findtext
- BorderIcons = [biSystemMenu]
- BorderStyle = bsToolWindow
- Caption = 'Find text in...'
- ClientHeight = 189
- ClientWidth = 382
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- OnKeyDown = FormKeyDown
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object SearchKind: TTntTabControl
- Left = 0
- Top = 0
- Width = 382
- Height = 153
- Align = alTop
- TabOrder = 0
- Tabs.WideStrings = (
- 'Group &list pane'
- 'Article &header pane'
- 'Article &body pane')
- TabIndex = 0
- OnChange = SearchKindChange
- object Panel1: TPanel
- Left = 4
- Top = 24
- Width = 374
- Height = 125
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 0
- object Label1: TTntLabel
- Left = 8
- Top = 16
- Width = 56
- Height = 13
- Caption = '&Text to find:'
- Transparent = True
- end
- object Beveles1: TBevelesU
- Left = 8
- Top = 36
- Width = 169
- Height = 69
- Shape = bsFrame
- Caption = 'Options'
- BorderWidth = 0
- end
- object Scope2: TTntGroupBox
- Left = 183
- Top = 36
- Width = 190
- Height = 69
- Caption = 'Scope'
- TabOrder = 5
- object Option1: TtntAutoSizeCheckBox
- Left = 8
- Top = 18
- Width = 117
- Height = 17
- Caption = 'Search &folder names'
- TabOrder = 0
- end
- object Option2: TtntAutoSizeCheckBox
- Left = 8
- Top = 42
- Width = 143
- Height = 17
- Hint = 'Slows down the search, so only check this if needed.'
- Caption = 'Search &group descriptions'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- end
- end
- object Scope: TTntRadioGroup
- Left = 183
- Top = 36
- Width = 190
- Height = 85
- Caption = 'Scope'
- ItemIndex = 0
- Items.WideStrings = (
- '&Selected group'
- '&All groups')
- TabOrder = 4
- Visible = False
- end
- object Matchcase: TtntAutoSizeCheckBox
- Left = 16
- Top = 50
- Width = 76
- Height = 17
- Caption = '&Match case'
- TabOrder = 1
- end
- object Wholewords: TtntAutoSizeCheckBox
- Left = 16
- Top = 67
- Width = 82
- Height = 17
- Caption = '&Whole words'
- TabOrder = 2
- end
- object RegExp: TtntAutoSizeCheckBox
- Left = 16
- Top = 84
- Width = 110
- Height = 17
- Caption = '&Regular expression'
- TabOrder = 3
- OnClick = RegExpClick
- end
- object Findtext: TTntComboBox
- Left = 80
- Top = 8
- Width = 289
- Height = 23
- DropDownCount = 12
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial Unicode MS'
- Font.Style = []
- ItemHeight = 15
- ParentFont = False
- TabOrder = 0
- end
- object ResetViewCB: TtntAutoSizeCheckBox
- Left = 16
- Top = 101
- Width = 93
- Height = 17
- Caption = 'Reset &View first'
- TabOrder = 6
- Visible = False
- OnClick = RegExpClick
- end
- end
- end
- object Button1: TMMTNTBItBtn
- Left = 224
- Top = 160
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = Button1Click
- end
- object CloseBtn: TMMTNTBItBtn
- Left = 304
- Top = 160
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 2
- ParentFont = False
- TabOrder = 2
- end
- end
-